home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 476-500 / disk_478 / mp / source / version.h < prev    next >
C/C++ Source or Header  |  1992-05-06  |  628b  |  21 lines

  1. /**************************************************************************
  2. * version.h:    The version number.
  3. *        Part of MP, the MIDI Playground.
  4. *
  5. * Author:    Daniel Barrett
  6. * Version:    See the file "version.h".
  7. * Copyright:    None!  This program is in the Public Domain.
  8. *        Please share it with others.
  9. ***************************************************************************/
  10.  
  11.     
  12. #ifndef _VERSION_H
  13.  
  14. /**************************************************************************
  15. * Program version number.
  16. **************************************************************************/
  17.     
  18. #define    VERSION        "1.0"
  19.     
  20. #endif /* _VERSION_H */
  21.